home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-c.dk!inet!skytech
- From: skytech@inet.uni-c.dk (Michael Juhl)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Searching for BLTCON0 value..
- Date: 6 Mar 1996 10:18:32 GMT
- Organization: News Server at UNI-C, Danish Computing Centre for Research and Education.
- Message-ID: <4hjopo$blp@news.uni-c.dk>
- NNTP-Posting-Host: inet.uni-c.dk
- X-Newsreader: TIN [version 1.2 PL2]
-
-
- A friend of mine and I are currently making a game is assembler
- and we are ofcourse using the blitter, but we have this problem.
-
- We know a couple of BLPCON0 values like $09f0, $0dca ect.
- but we are searching for a value which can do this:
-
- (We want to mix two bitplanes. A bitplane of a plane unto the
- background)
-
-
- Bit values:
-
- PLANE BACKGROUND RESULT
- 0 0 0
- 0 1 1
- 1 0 0
- 1 1 0
-
-
- Does such a value exists, if so please E-Mail me at
-
- skytech@inet.uni-c.dk
-
-